const github.com/jackc/pgx/v5/pgtype.nbase
12 uses
github.com/jackc/pgx/v5/pgtype (current package)
numeric.go#L17: const nbase = 10_000
numeric.go#L38: bigNBase *big.Int = big.NewInt(nbase)
numeric.go#L39: bigNBaseX2 *big.Int = big.NewInt(nbase * nbase)
numeric.go#L40: bigNBaseX3 *big.Int = big.NewInt(nbase * nbase * nbase)
numeric.go#L41: bigNBaseX4 *big.Int = big.NewInt(nbase * nbase * nbase * nbase)
numeric.go#L202: accum *= nbase
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)